From: Quentin Baker Date: Fri, 17 Jun 2022 03:59:39 +0000 (-0400) Subject: luci-theme-material: CSS Fix for previous update X-Git-Url: http://git.openwrt.org/%22https:/collectd.org//%22/%22https:/collectd.org/%22?a=commitdiff_plain;h=e5ef8e05766d96992e97485080e19738638a817c;p=project%2Fluci.git luci-theme-material: CSS Fix for previous update Commit b0f13ef Changed the color of a CSS element from a bright blue to a dark blue. This resulted in a modal with difficult-to-read text (black text on dark blue). This commit sets the modal text-color to #000, in line with style guidelines. Signed-off-by: Quentin Baker (cherry picked from commit 4ee2bc644acc4bd112f870cf1e689f86f99c5736) --- diff --git a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css index 4d414c91f8..fa2f60ebf1 100644 --- a/themes/luci-theme-material/htdocs/luci-static/material/cascade.css +++ b/themes/luci-theme-material/htdocs/luci-static/material/cascade.css @@ -1735,6 +1735,7 @@ body:not(.Interfaces) .cbi-rowstyle-2:first-child { .modal p { padding-left: .25rem; word-break: break-word; + color: #fff; } .modal label.btn {